Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the production-dependencies group with 4 updates #74

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2024

Bumps the production-dependencies group with 4 updates: @floating-ui/dom, @squirrel-labs/peanut-sdk, @web3modal/ethers5 and wagmi.

Updates @floating-ui/dom from 1.5.3 to 1.6.3

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.6.3

Patch Changes

  • fix: calculate reference element offset relative to offsetParent iframe. Fixes issue with positioning in nested iframes, such as the following:
<html>
  <iframe>
    <div>floating</div>
    <iframe>
      <div>reference</div>
    </iframe>
  </iframe>
</html>

@​floating-ui/dom@​1.6.2

Patch Changes

  • fix: top layer element positioning and collision detection when using absolute strategy

@​floating-ui/dom@​1.6.1

Patch Changes

  • perf: avoid getContainingBlock call for non-top layer elements

@​floating-ui/dom@​1.6.0

Minor Changes

  • fix: handle CSS :top-layer elements inside containing blocks. It's no longer necessary to implement the middleware workaround outlined in floating-ui/floating-ui#1842.

Patch Changes

@​floating-ui/dom@​1.5.4

Patch Changes

  • 4c04669: chore: export .d.mts types, solves #2472
  • 0d18e37: refactor: avoid $ property appearing in rects dimensions
  • Updated dependencies [afb7e5e]
    • @​floating-ui/utils@​0.2.0
    • @​floating-ui/core@​1.5.3
Changelog

Sourced from @​floating-ui/dom's changelog.

1.6.3

Patch Changes

  • fix: calculate reference element offset relative to offsetParent iframe. Fixes issue with positioning in nested iframes, such as the following:
<html>
  <iframe>
    <div>floating</div>
    <iframe>
      <div>reference</div>
    </iframe>
  </iframe>
</html>

1.6.2

Patch Changes

  • fix: top layer element positioning and collision detection when using absolute strategy

1.6.1

Patch Changes

  • perf: avoid getContainingBlock call for non-top layer elements

1.6.0

Minor Changes

  • fix: handle CSS :top-layer elements inside containing blocks. It's no longer necessary to implement the middleware workaround outlined in floating-ui/floating-ui#1842.

Patch Changes

1.5.4

Patch Changes

  • 4c04669: chore: exports .d.mts types, solves #2472
  • 0d18e37: refactor: avoid $ appearing in rects dimensions
  • Updated dependencies [4c04669]
  • Updated dependencies [afb7e5e]
    • @​floating-ui/utils@​0.2.0

... (truncated)

Commits

Updates @squirrel-labs/peanut-sdk from 0.3.38 to 0.4.14

Release notes

Sourced from @​squirrel-labs/peanut-sdk's releases.

0.4.13

Changelog:

  • silently catch rpc validness errors

0.4.12

Changelog:

  • updated tokenDetails json list

0.4.11

What's Changed

Full Changelog: peanutprotocol/peanut-sdk@0.4.10...0.4.11

0.4.10

What's Changed

Full Changelog: peanutprotocol/peanut-sdk@0.4.9...0.4.10

0.4.9

What's Changed

Full Changelog: peanutprotocol/peanut-sdk@0.4.8...0.4.9

0.4.8

What's Changed

Full Changelog: peanutprotocol/peanut-sdk@0.4.7...0.4.8

0.4.7

What's Changed

  • Added manual tokenDetails
  • Raffle functionality

Full Changelog: peanutprotocol/peanut-sdk@0.4.0...0.4.1

0.4.0

What's Changed

  • Cross-Chain links
  • fully gasless experience (gasless Deposits now supported with EIP-3009)

New Contributors

... (truncated)

Commits

Updates @web3modal/ethers5 from 3.5.7 to 4.1.1

Release notes

Sourced from @​web3modal/ethers5's releases.

4.1.1

What's Changed

  • Fix broken siwe version
  • Small copy fix for email login

Full Changelog: reown-com/appkit@4.1.0...4.1.1

4.1.0

What's Changed

Full Changelog: reown-com/appkit@4.0.13...4.1.0

4.0.13

What's Changed

Full Changelog: reown-com/appkit@4.0.12...4.0.13

4.0.12

What's Changed

Full Changelog: reown-com/appkit@4.0.11...4.0.12

4.0.11

What's Changed

... (truncated)

Commits

Updates wagmi from 1.4.13 to 2.5.7

Release notes

Sourced from wagmi's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • 3f8203bd Thanks @​tmm! - Fixed useBlock parameters passthrough to Viem.

[email protected]

Patch Changes

  • #3433 101a7dd1 Thanks @​tmm! - Fixed useClient and usePublicClient throwing when used with unconfigured chainId.

  • #3510 660ff80d Thanks @​tmm! - Fixed issue where connectors returning multiple addresses didn't checksum correctly.

  • Updated dependencies [660ff80d, 101a7dd1]:

    • @​wagmi/connectors@​4.1.10
    • @​wagmi/core@​2.6.1

[email protected]

Patch Changes

@​wagmi/core@​2.5.0

Minor Changes

... (truncated)

Changelog

Sourced from wagmi's changelog.

2.5.7

Patch Changes

2.5.6

Patch Changes

2.5.5

Patch Changes

2.5.4

Patch Changes

  • 3f8203bd Thanks @​tmm! - Fixed useBlock parameters passthrough to Viem.

2.5.3

Patch Changes

2.5.2

Patch Changes

  • #3433 101a7dd1 Thanks @​tmm! - Fixed useClient and usePublicClient throwing when used with unconfigured chainId.

  • #3510 660ff80d Thanks @​tmm! - Fixed issue where connectors returning multiple addresses didn't checksum correctly.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 15, 2024
Copy link

vercel bot commented Mar 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
commitkudos ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 15, 2024 9:14am

Bumps the production-dependencies group with 4 updates: [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom), [@squirrel-labs/peanut-sdk](https://github.com/ProphetFund/peanut-sdk), [@web3modal/ethers5](https://github.com/web3modal/web3modal) and [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react).


Updates `@floating-ui/dom` from 1.5.3 to 1.6.3
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/dom)

Updates `@squirrel-labs/peanut-sdk` from 0.3.38 to 0.4.14
- [Release notes](https://github.com/ProphetFund/peanut-sdk/releases)
- [Commits](https://github.com/ProphetFund/peanut-sdk/commits)

Updates `@web3modal/ethers5` from 3.5.7 to 4.1.1
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](reown-com/appkit@3.5.7...4.1.1)

Updates `wagmi` from 1.4.13 to 2.5.7
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/[email protected]/packages/react)

---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@squirrel-labs/peanut-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@web3modal/ethers5"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: wagmi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-34ed99b903 branch from f910d9d to 9d6b06b Compare March 15, 2024 09:13
@zaibon zaibon merged commit c2a1776 into main Mar 15, 2024
2 of 3 checks passed
@zaibon zaibon deleted the dependabot/npm_and_yarn/production-dependencies-34ed99b903 branch March 15, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant